home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / mapsrc.lha / macros / oldopenfile < prev    next >
Encoding:
Text File  |  1980-02-19  |  218 b   |  11 lines

  1.  
  2. oldopenfile: macro            ;a0 = filename
  3.  ;diskopt_currantfile set filebase    ;for all DOS functions for A5 offset
  4.  
  5.     move.l a0,d1
  6.     move.l #1005,d2
  7.     move.l dosbase(a5),a6
  8.     jsr -30(a6)
  9.     move.l d0,diskopt_currantfile(a5)
  10.     endm
  11.